home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / f / 00115_Script_115 < prev    next >
Text File  |  1999-09-02  |  280b  |  13 lines

  1. on exitFrame
  2.   set the visible of sprite 10 to true
  3.   repeat with n = 44 to 47
  4.     set the visible of sprite n to false
  5.   end repeat
  6.   repeat with k = 60 to 74
  7.     puppetsprite k, false
  8.     set the visible of sprite k + 20 to false
  9.   end repeat
  10.   updatestage
  11.   
  12.   
  13. end